home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / typedef.ErrorHandlerFunc.n < prev    next >
Text File  |  1991-10-24  |  687b  |  37 lines

  1.  
  2.  
  3. .SH TYPEDEF NAME
  4. \fBfunctionptr ErrorHandlerFunc(
  5. int errorLevel, char* location, int errorMessage)
  6. .SH DESCRIPTION
  7. This is an error handling function. It is used f.i. by class \fBApplication\fP to install a new error handler with function \fIfunction SetErrorHandler\fP.
  8. .SH ARGUMENTS
  9. .TP
  10. \fBint errorLevel
  11. .br
  12. Level of the Error indicating its severeness.
  13. .TP
  14. \fBchar* location
  15. .br
  16. Name of the function or method where the error occurred.
  17. .TP
  18. \fBint errorMessage
  19. .br
  20. The text of the error message.
  21. .SH CATEGORIES
  22.  
  23. .na
  24. error handling
  25. .ad b
  26.  
  27. .SH FILES
  28. .PD 0
  29. .TP 20
  30. declaration:
  31. \fBError.h
  32. .SH HISTORY
  33. chris@csesbg.at    Fri Apr 12 16:35 1991
  34. .br
  35. chris@csesbg.at    Wed Apr 17 13:49 1991
  36. .br
  37.